home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00253_Script_vidsnd
< prev
next >
Wrap
Text File
|
1999-09-22
|
1KB
|
39 lines
on mouseUp
global name, cspname,cspchannel, gorig, gvidst
set name to the name of member(the member of sprite the clickon)
if gorig <> 1 then
set the membernum of sprite the clickon to the number of member ("r"&name) of castlib "eb.cst"
updatestage
set the volume of sound 2 to 0
set the volume of sound 1 to 255
set the soundLevel = 7
updateStage
set the movieTime of sprite 105 to 0
set the movieRate of sprite 105 to 1
if the movierate of sprite 6 > 0 then
set the membernum of sprite 101 to the number of member "play" of castlib "eb.cst"
set the movierate of sprite 6 to 0
set gvidst to 1
updatestage
end if
updateStage
set gorig to 1
else
set the movieRate of sprite 105 to 0
global cspname
checkvol chars(cspname,1,1)
set yy to chars(name,2,6)
set the membernum of sprite the clickon to the number of member yy of castlib "eb.cst"
updatestage
set gorig to 0
if gvidst = 1 then
set gvidst to 0
puppetsprite 101,true
set the membernum of sprite 101 to the number of member "stop" of castlib "eb.cst"
set the movierate of sprite 6 to 1
updatestage
end if
end if
end mouseDown